home *** CD-ROM | disk | FTP | other *** search
/ Shareware Direct / Shareware Direct.iso / esf / supfonts / register.bat < prev    next >
DOS Batch File  |  1993-06-10  |  1KB  |  23 lines

  1. echo off
  2. cls
  3. echo ┌───────────────────────────────────────────────────────────────────────┐
  4. echo │ We are now ready to print a copy of the registration form for Super   │
  5. echo │ Fonts I. Registered users receive additional soft fonts, matching     │
  6. echo │ drivers, free CompuServe accounts, and access to technical support.   │
  7. echo │                                                                       │
  8. echo │ Make sure your printer is on and ready to run. Then press the enter   │
  9. echo │ key to print a copy of the shareware registration form.               │
  10. echo │                                                                       │
  11. echo │ If you *don't* want to print anything hit the Ctrl-C key now to abort │
  12. echo │ this batch file and return to INSTALL.                                │
  13. echo └───────────────────────────────────────────────────────────────────────┘
  14. if "%1"=="" goto bad
  15. pause
  16. copy register.doc %1:
  17. goto good
  18. :bad
  19. echo You must pass a printer port to this batch file
  20. :good
  21.  
  22.  
  23.